projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
037b989
)
fix nit
author
Andrea Corallo
<akrl@sdf.org>
Sun, 29 Dec 2019 21:46:06 +0000
(22:46 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 1 Jan 2020 10:38:18 +0000
(11:38 +0100)
src/comp.c
patch
|
blob
|
history
diff --git
a/src/comp.c
b/src/comp.c
index df841a66fd1bdaaa7e66693bdd7f960efba6b220..7d4bcc2cdff9d7e64c348e3f43fcac84e2d13ae0 100644
(file)
--- a/
src/comp.c
+++ b/
src/comp.c
@@
-3284,7
+3284,7
@@
load_comp_unit (struct Lisp_Native_Comp_Unit *comp_u, bool loading_dump)
Lisp_Object comp_u_obj;
XSETNATIVE_COMP_UNIT (comp_u_obj, comp_u);
/* Executing this will perform all the expected environment
- modification. */
+ modification
s
. */
top_level_run (comp_u_obj);
}